This function retrieves information about all of the dimensions defined in swath. The dimension list is returned as a string with each dimension name separated by commas.
Note: See STRSPLIT to separate the dimension list.
Result = EOS_SW_INQDIMS(swathID, dimname, dim)
Returns number of dimension entries found. If –1, could signify an improper swath id.
Swath id (long) returned by EOS_SW_CREATE or EOS_SW_ATTACH.
A named variable that will contain the dimension list (string) with entries separated by commas.
A named variable that will contain an array (long) of size of each dimension.
None
ndims = EOS_SW_INQDIMS(swathID, dimname, dims)
5.2 |
Introduced |